"build and reload" issue in the process of building a R package in Rstudio -


i have downloaded recent version of r (r version 3.4.1), recent rstudio , recent version of devtools.

i ran necessary functions there. edited simple function "square.r" (square <- function(x) {return(x^2)}) , clicked build , load button.

i did see library(cgmanalyzer). however, when typed ls(), nothing there. "square" function not in console. thus, not move forward complete construction of r library.

enter image description here

could 1 solve problem?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -