search for: mypkgtype

Displaying 1 result from an estimated 1 matches for "mypkgtype".

2005 Jun 19
1
Creating a R package for Windows XP
...quot; and get > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Error in library(pkg, character.only = TRUE) : there is no package called 'mypkg' The DESCRIPTION file in /library/mypkg contains: Package: mypkgType: Package Title: What the package does (short line) Version: 1.0 Date: 2005-06-19 Author: Who wrote it Maintainer: Who to complain to <yourfault at somewhere.net> Description: More about what it does (maybe more than one line) License: What license is it under? The first line looks suspicious...