Re: [R-pkg-devel] Recommendations about adding options to a package in order to change default values of some functions on-the-fly

2018-09-13 Thread Samuel

Thanks to all.
Best.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] make: Nothing to be done for `all'.

2018-09-13 Thread Goldfeld, Keith
Good afternoon - I am updating my package simstudy, and when I build and 
install the package from within Rstudio (clicking on "Install and Restart") I 
am getting an error/warning message. I've seen some posts on this issue from 
the past, but the suggested solutions (remove self-references) didn't seem 
relevant in my case, since there are no self-references that I am aware of. If 
someone has other thoughts, let me know.

Thanks.


==> R CMD INSTALL --no-multiarch --with-keep.source Simstudy


Loading libraries ... (working on a package)


Welcome back to R!!!

Loading required package: grid
* installing to library 
'/Library/Frameworks/R.framework/Versions/3.5/Resources/library'
* installing *source* package 'simstudy' ...
** libs
make: Nothing to be done for `all'.
installing to 
/Library/Frameworks/R.framework/Versions/3.5/Resources/library/simstudy/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

Loading libraries ... (working on a package)

Loading required package: grid



Keith S. Goldfeld, DrPH
Assistant Professor

NYU Langone Health
Division of Biostatistics
Department of Population Health
180 Madison Avenue, # 551
New York, NY 10016

T 646-501-3650
M 646-423-9005
keith.goldf...@nyumc.org


Keith S. Goldfeld, DrPH
Assistant Professor

NYU Langone Health
Division of Biostatistics
Department of Population Health
180 Madison Ave, # 551
New York, NY  10016

T 646-501-3650
M 646-423-9005
keith.goldf...@nyumc.org

Blog: ouR data generation




This email message, including any attachments, is for th...{{dropped:14}}

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] make: Nothing to be done for `all'.

2018-09-13 Thread Duncan Murdoch

On 13/09/2018 1:20 PM, Goldfeld, Keith wrote:

Good afternoon - I am updating my package simstudy, and when I build and install the 
package from within Rstudio (clicking on "Install and Restart") I am getting an 
error/warning message. I've seen some posts on this issue from the past, but the 
suggested solutions (remove self-references) didn't seem relevant in my case, since there 
are no self-references that I am aware of. If someone has other thoughts, let me know.


That message just means that you have not changed your source files for 
compiled code since the last build.  All of the make targets are up to 
date.  (Changes to .R files are handled differently, this only applies 
to .c/.cpp/.f etc.).


It's nothing to worry about unless you actually did make a change to one 
of those files, in which case something is wrong with your Makefile and 
your changes aren't being seen.


Duncan Murdoch



Thanks.


==> R CMD INSTALL --no-multiarch --with-keep.source Simstudy


Loading libraries ... (working on a package)


Welcome back to R!!!

Loading required package: grid
* installing to library 
'/Library/Frameworks/R.framework/Versions/3.5/Resources/library'
* installing *source* package 'simstudy' ...
** libs
make: Nothing to be done for `all'.
installing to 
/Library/Frameworks/R.framework/Versions/3.5/Resources/library/simstudy/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

Loading libraries ... (working on a package)

Loading required package: grid



Keith S. Goldfeld, DrPH
Assistant Professor

NYU Langone Health
Division of Biostatistics
Department of Population Health
180 Madison Avenue, # 551
New York, NY 10016

T 646-501-3650
M 646-423-9005
keith.goldf...@nyumc.org


Keith S. Goldfeld, DrPH
Assistant Professor

NYU Langone Health
Division of Biostatistics
Department of Population Health
180 Madison Ave, # 551
New York, NY  10016

T 646-501-3650
M 646-423-9005
keith.goldf...@nyumc.org

Blog: ouR data generation




This email message, including any attachments, is for ...{{dropped:7}}


__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel