Last data update: 2014.03.03

openxlsx

Package: openxlsx
Type: Package
Title: Read, Write and Edit XLSX Files
Version: 3.0.0
Date: 2015-07-03
Authors@R: c(
person("Alexander", "Walker",
email = "Alexander.Walker1989@gmail.com", role = c("aut", "cre")),
person("Luca", "Braglia", role = "ctb"))
URL: https://github.com/awalker89/openxlsx
BugReports: https://github.com/awalker89/openxlsx/issues
Maintainer: Alexander Walker <Alexander.Walker1989@gmail.com>
Description: Simplifies the creation of Excel .xlsx files by providing a
high level interface to writing, styling and editing worksheets. Through
the use of Rcpp, read/write times are comparable to the xlsx and XLConnect
packages with the added benefit of removing the dependency on Java.
License: GPL-3
LinkingTo: Rcpp
Imports: methods, Rcpp (>= 0.11.1), grDevices, stats, utils
Repository: CRAN
VignetteBuilder: knitr
Suggests: knitr, testthat
NeedsCompilation: yes
Packaged: 2015-07-03 13:17:09 UTC; Alex
Author: Alexander Walker [aut, cre],
Luca Braglia [ctb]
Date/Publication: 2015-07-03 15:35:09

● 0 images, 54 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'openxlsx' ...
** package 'openxlsx' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c cppFunctions.cpp -o cppFunctions.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o openxlsx.so RcppExports.o cppFunctions.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/openxlsx/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'openxlsx'
    finding HTML links ... done
    addFilter                               html  
    addStyle                                html  
    addWorksheet                            html  
    all.equal                               html  
    conditionalFormat                       html  
    conditionalFormatting                   html  
    convertFromExcelRef                     html  
    convertToDate                           html  
    convertToDateTime                       html  
    createComment                           html  
    createStyle                             html  
    createWorkbook                          html  
    deleteData                              html  
    freezePane                              html  
    getBaseFont                             html  
    getCellRefs                             html  
    getDateOrigin                           html  
    getNamedRegions                         html  
    getSheetNames                           html  
    getStyles                               html  
    insertImage                             html  
    insertPlot                              html  
    int2col                                 html  
    loadWorkbook                            html  
    mergeCells                              html  
    modifyBaseFont                          html  
    names                                   html  
    openXL                                  html  
    openxlsx                                html  
    pageSetup                               html  
    read.xlsx                               html  
    readWorkbook                            html  
    removeCellMerge                         html  
    removeColWidths                         html  
    removeComment                           html  
    removeFilter                            html  
    removeRowHeights                        html  
    removeWorksheet                         html  
    renameWorksheet                         html  
    replaceStyle                            html  
    saveWorkbook                            html  
    setColWidths                            html  
    setFooter                               html  
    setHeader                               html  
    setHeaderFooter                         html  
    setRowHeights                           html  
    sheets                                  html  
    showGridLines                           html  
    worksheetOrder                          html  
    write.xlsx                              html  
    writeComment                            html  
    writeData                               html  
    writeDataTable                          html  
    writeFormula                            html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (openxlsx)
Making 'packages.html' ... done