Skip to content

package does not have a NAMESPACE

2 messages · Ondřej Mikula, Uwe Ligges

#
Dear r-helpers,

I have a trouble with a package downloaded from sourceforge.net
(namely the package 'kopls'). I installed it from the local zip file
with the expected result
package ?kopls? successfully unpacked and MD5 sums checked
but when I tried to load it I obtained the following error message
Loading required package: kopls
Failed with error:  ?package ?kopls? does not have a NAMESPACE and
should be re-installed?

I tried to contact its developers but with no reaction. Could anybody
give me an advice how to solve the problem on my own?
Many thanks in advance

Ondrej Mikula
1 day later
#
On 27.01.2012 19:51, Ond?ej Mikula wrote:
Obviously the package does not have an explicit namespace and the 
Windows binary was build with an outdated version of R (otherwise R had 
added a default namespace).

Hence: Install from the sources (as described in the manual R 
Installation and Administration).

Uwe Ligges