--- devel/Makefile (revision 532251) +++ devel/Makefile (working copy) @@ -35,6 +35,7 @@ SUBDIR += R-cran-data.table SUBDIR += R-cran-doParallel SUBDIR += R-cran-ellipsis + SUBDIR += R-cran-exams SUBDIR += R-cran-evaluate SUBDIR += R-cran-fansi SUBDIR += R-cran-foreach --- devel/R-cran-exams/Makefile (nonexistent) +++ devel/R-cran-exams/Makefile (working copy) @@ -0,0 +1,18 @@ +# Created by: Zsolt Udvari +# $FreeBSD$ + +PORTNAME= exams +DISTVERSION= 2.3-6 +PORTREVISION= 1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@uzsolt.hu +COMMENT= Automatic Generation of Exams in R + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= multi + +USES= cran:auto-plist + +.include --- devel/R-cran-exams/distinfo (nonexistent) +++ devel/R-cran-exams/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587718493 +SHA256 (exams_2.3-6.tar.gz) = fd132631011e9de2abcf2f66dce5c404f55be9b2f51f7ae83f056daf547dc0b2 +SIZE (exams_2.3-6.tar.gz) = 1739342 --- devel/R-cran-exams/pkg-descr (nonexistent) +++ devel/R-cran-exams/pkg-descr (working copy) @@ -0,0 +1,12 @@ +Package exams provides a framework for automatic generation of +standardized statistical exams which is especially useful +for large-scale exams. +To employ the tools, users just need to supply a pool of +exercises and a master file controlling the layout of the +final PDF document. +The exercises are specified in separate Sweave files +(containing R code for data generation and LATEX code +for problem and solution description) and the masterfile +is a LATEX document with some additional control commands. + +WWW: http://www.r-exams.org/