Skip to main content
added 344 characters in body
Source Link
jon
  • 11.4k
  • 19
  • 86
  • 136

I have got betaversion from website. The only available is windows installation as mybetapackage.zip file. When I installed the package, it does not work when I load it.

> utils:::menuInstallLocal() > require(mypackage) Loading required package: mypackage Failed with error: ‘package ‘mypackage’ does not have a NAMESPACE and should be re-installed’ 

Is it possible to use this beta package someway ?

Edits:

I tried the following instructions to create own namespace. Namespace file contains the following:

exportPattern("^[^\\.]") 

Now I am getting following warning.

Warning message: In readLines(file) : incomplete final line found on 'C:/Users/user/Documents/R/win-library/2.14/RCropStat/NAMESPACE 

I have got betaversion from website. The only available is windows installation as mybetapackage.zip file. When I installed the package, it does not work when I load it.

> utils:::menuInstallLocal() > require(mypackage) Loading required package: mypackage Failed with error: ‘package ‘mypackage’ does not have a NAMESPACE and should be re-installed’ 

Is it possible to use this beta package someway ?

I have got betaversion from website. The only available is windows installation as mybetapackage.zip file. When I installed the package, it does not work when I load it.

> utils:::menuInstallLocal() > require(mypackage) Loading required package: mypackage Failed with error: ‘package ‘mypackage’ does not have a NAMESPACE and should be re-installed’ 

Is it possible to use this beta package someway ?

Edits:

I tried the following instructions to create own namespace. Namespace file contains the following:

exportPattern("^[^\\.]") 

Now I am getting following warning.

Warning message: In readLines(file) : incomplete final line found on 'C:/Users/user/Documents/R/win-library/2.14/RCropStat/NAMESPACE 
edited title
Link
jon
  • 11.4k
  • 19
  • 86
  • 136

working with package without Namespace in R

Source Link
jon
  • 11.4k
  • 19
  • 86
  • 136

working package without Namespace in R

I have got betaversion from website. The only available is windows installation as mybetapackage.zip file. When I installed the package, it does not work when I load it.

> utils:::menuInstallLocal() > require(mypackage) Loading required package: mypackage Failed with error: ‘package ‘mypackage’ does not have a NAMESPACE and should be re-installed’ 

Is it possible to use this beta package someway ?