Questions tagged as 'packages'

1
answer

Package Management in R, how to export and import packages?

I use my scripts on several computers and then I come across errors regarding the lack of packages and often these computers do not have internet access, which makes it difficult to access the repositories. In addition, when I need to maintai...
asked by 28.09.2015 / 02:57
2
answers

How can I find out which packages / libraries belong to the functions of a routine written in R?

I have stopped using many routines because programmers do not tell which packages / libraries the functions that are in these routines use. I know that many of these functions are authored by the programmer and are not found in any repository, b...
asked by 25.11.2015 / 18:11
1
answer

How to read a JSON file that is inside a package?

I need to give a file in the *.JSON case. I understand that there is a library for this in case I use json-simple-1.1.1 . As it is necessary to read the file first and then work with it. My question is as follows: I keep the...
asked by 17.02.2014 / 18:35
1
answer

How to install the plotKML package?

I want to install the following package in R link the following message appears: Error in loadNamespace (j
asked by 23.10.2015 / 23:09
0
answers

Error in package installation

I started work using R , and during the installation of some packages such as Devtools , the following error message appears: * installing *source* package 'devtools' ... ** package 'devtools' successfully unpacked and MD5 sums checked Warnin...
asked by 10.11.2017 / 03:20
0
answers

how to run an EOF in R? spacetime package (or clim.pact)

I'm currently working with foraminifera fauna data for rebuilding the blend layer over the last 20ka. We did the reconstruction from the abundance of some species, which represent deeper or shallower mixing layer and built a curve (from a GAM an...
asked by 02.08.2016 / 21:41
1
answer

Create a package that depends on other packages

Personal I'm creating a package with some functions one of them depends on another package, as "gives the signal" for the R understand and install this package? The package I depend on is raster . a = matrix(c(0,0,2,0,2,2,0,2), byrow = T...
asked by 11.06.2016 / 00:37
2
answers

Unity installation is giving error

I installed Unity for DI and by NuGet is giving an error, which I do not understand, it seems to me that it points to NewtonSoft, see the error below:    Install-Package: An error occurred while retrieving package metadata   for 'Newtonsoft.J...
asked by 24.05.2017 / 15:52
1
answer

How to get the Package Name of an Android application in a C library?

I'd like to know how I can get the Package Name from my Android APP via a library written in C . What I want to get is the following com/meu_app/mainframe/MainActivity or com.meu_app.mainframe.MainActivity of the class that is...
asked by 07.08.2016 / 04:36
1
answer

What's the difference between these two means of getting the PackageName?

I have these two code snippets, the two display the same result, so I would like to know what the difference is between them. 1 jclass cls = (*env)->FindClass(env, "android/content/ContextWrapper"); jmethodID mid = (*env)->GetMethodID...
asked by 15.08.2016 / 23:51