Code Monkey home page Code Monkey logo

Comments (5)

robne1982 avatar robne1982 commented on June 11, 2024

Confirmed as not occurring on windows.

> devtools::check()
Updating dataCompareR documentation
Loading dataCompareR
Setting env vars ---------------------------------------------------------------------------------------------------------
CFLAGS  : -Wall -pedantic
CXXFLAGS: -Wall -pedantic
Building dataCompareR ----------------------------------------------------------------------------------------------------
"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD build  \
  "C:\Users\rnobl\Documents\dataCompareR-r3\dataCompareR" --no-resave-data --no-manual 

* checking for file 'C:\Users\rnobl\Documents\dataCompareR-r3\dataCompareR/DESCRIPTION' ... OK
* preparing 'dataCompareR':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building 'dataCompareR_0.1.1.tar.gz'

Setting env vars ---------------------------------------------------------------------------------------------------------
_R_CHECK_CRAN_INCOMING_ : FALSE
_R_CHECK_FORCE_SUGGESTS_: FALSE
Checking dataCompareR ----------------------------------------------------------------------------------------------------
"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD check  \
  "C:\Users\rnobl\AppData\Local\Temp\RtmpUNAjSG/dataCompareR_0.1.1.tar.gz" --as-cran --timings --no-manual 

* using log directory 'C:/Users/rnobl/AppData/Local/Temp/RtmpUNAjSG/dataCompareR.Rcheck'
* using R version 3.3.3 (2017-03-06)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using options '--no-manual --as-cran'
* checking for file 'dataCompareR/DESCRIPTION' ... OK
* this is package 'dataCompareR' version '0.1.1'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for .dll and .exe files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'dataCompareR' can be installed ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  Running 'testthat.R' [19s]
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking re-building of vignette outputs ... OK
* DONE

Status: OK

R CMD check results
0 errors | 0 warnings | 0 notes

from datacomparer.

robne1982 avatar robne1982 commented on June 11, 2024

And on build

> devtools::build()
"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD build  \
  "C:\Users\rnobl\Documents\dataCompareR-r3\dataCompareR" --no-resave-data --no-manual 

* checking for file 'C:\Users\rnobl\Documents\dataCompareR-r3\dataCompareR/DESCRIPTION' ... OK
* preparing 'dataCompareR':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building 'dataCompareR_0.1.1.tar.gz'

[1] "C:/Users/rnobl/Documents/dataCompareR-r3/dataCompareR_0.1.1.tar.gz"

Let's try installing on linux, which is where I think we see the warnings....

from datacomparer.

robne1982 avatar robne1982 commented on June 11, 2024

There is no error compiling on linux....

> install.packages("/some/folder/dataCompareR_0.1.1.tar.gz", repos = NULL, type="s                                                                              ource")
Installing package into ‘/home/rob/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
* installing *source* package ‘dataCompareR’ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (dataCompareR)

from datacomparer.

robne1982 avatar robne1982 commented on June 11, 2024

Also with vignettes

> install.packages("/var/samba/dataCompareR_0.1.1.tar.gz", repos = NULL, type="source", build_vignettes = TRUE)                                               Installing package into ‘/home/rob/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
* installing *source* package ‘dataCompareR’ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (dataCompareR)

from datacomparer.

robne1982 avatar robne1982 commented on June 11, 2024

Out of ideas - I'm closing for now, will reopen if/when it occurs again, but with evidence!

from datacomparer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.