[R-pkg-devel] Question regarding R package development, how to resolve "Warning: no source files found"
INSTALL will give that warning if you have a pkg/src directory that contains no files that look like C, C++, or Fortran files. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, Feb 11, 2020 at 11:58 AM Mohsen Nabian <mnabian at broadinstitute.org> wrote:
Greetings!
How to resolve the following warning for my R package after running test
:system2("R", paste0("CMD INSTALL -l ",Sys.getenv('R_HOME'),"/library ",
pkg), stdout = "install1.txt", stderr = "install2.txt")
Warning result :
"Warning: no source files found"
Thanks alot!
[[alternative HTML version deleted]]
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel