# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # R-cran-pkgload # R-cran-pkgload/pkg-descr # R-cran-pkgload/distinfo # R-cran-pkgload/Makefile # echo c - R-cran-pkgload mkdir -p R-cran-pkgload > /dev/null 2>&1 echo x - R-cran-pkgload/pkg-descr sed 's/^X//' >R-cran-pkgload/pkg-descr << '3fd2e1c9acdbd56e3a05fc9ed2bbfcdd' XSimulates the process of installing a package and then attaching it. This is Xa key part of the 'devtools' package as it allows you to rapidly iterate Xwhile developing a package. X XWWW: https://CRAN.R-project.org/package=pkgload 3fd2e1c9acdbd56e3a05fc9ed2bbfcdd echo x - R-cran-pkgload/distinfo sed 's/^X//' >R-cran-pkgload/distinfo << 'c95a773d56919bbe77d19949b8336f77' XTIMESTAMP = 1590758479 XSHA256 (pkgload_1.1.0.tar.gz) = 189d460dbba2b35fa15dd59ce832df252dfa654a5acee0c9a8471b4d70477b0d XSIZE (pkgload_1.1.0.tar.gz) = 58046 c95a773d56919bbe77d19949b8336f77 echo x - R-cran-pkgload/Makefile sed 's/^X//' >R-cran-pkgload/Makefile << '3f5ff302b7ac68670eaf6ded7ab26e74' X# $FreeBSD$ X XPORTNAME= pkgload XDISTVERSION= 1.1.0 XPORTREVISION= 1 XCATEGORIES= devel XDISTNAME= ${PORTNAME}_${DISTVERSION} X XMAINTAINER= jpbeconne@free.fr XCOMMENT= Simulate Package Installation and Attach X XLICENSE= GPLv3 X XCRAN_DEPENDS= R-cran-pkgbuild>0:devel/R-cran-pkgbuild \ X R-cran-rlang>0:devel/R-cran-rlang \ X R-cran-rprojroot>=1.2:devel/R-cran-rprojroot \ X R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ X R-cran-withr>0:devel/R-cran-withr XBUILD_DEPENDS= ${CRAN_DEPENDS} XRUN_DEPENDS= ${CRAN_DEPENDS} X XUSES= cran:auto-plist,compiles X X.include 3f5ff302b7ac68670eaf6ded7ab26e74 exit