File: copyright

package info (click to toggle)
r-cran-simplermarkdown 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: makefile: 2
file content (59 lines) | stat: -rw-r--r-- 2,278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
This is the Debian GNU/Linux r-cran-simplermarkdown package of
simplermarkdown.  The simplermarkdown package offers a simple engine
for generating reports from R. simplermarkdown was written by Jan van
der Laan.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	https://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	https://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'simplermarkdown' to
'r-cran-simplermarkdown' to fit the pattern of CRAN (and non-CRAN) packages
for R.

Files: *
Copyright: 2021-2022 Jan van der Laan
License: GPL-3

Files: debian/*
Copyright: 2022 Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2, and the GPL license
(version 3) is included in the file /usr/share/common-licenses/GPL-3.

For reference, the upstream DESCRIPTION file is included below:

  Package: simplermarkdown
  Title: Simple Engine for Generating Reports using R
  Version: 0.0.4
  Authors@R: 
      person(given = "Jan",
             family = "van der Laan",
             role = c("aut", "cre"),
             email = "r@eoos.dds.nl",
             comment = c(ORCID = "0000-0002-0693-1514"))
  Description: Runs R-code present in a pandoc markdown file and 
    includes the resulting output in the resulting markdown file. This
    file can then be converted into any of the output formats 
    supported by pandoc. The package can also be used as an engine
    for writing package vignettes. 
  BugReports: https://github.com/djvanderlaan/simplermarkdown/issues
  URL: https://github.com/djvanderlaan/simplermarkdown
  License: GPL (>= 3)
  Encoding: UTF-8
  RoxygenNote: 7.1.1
  Imports: rjson, tools
  Suggests: MASS
  VignetteBuilder: simplermarkdown
  SystemRequirements: Pandoc (http://pandoc.org) needs to installed and
        available in the search path.
  NeedsCompilation: no
  Packaged: 2022-01-03 19:59:17 UTC; eoos
  Author: Jan van der Laan [aut, cre] (<https://orcid.org/0000-0002-0693-1514>)
  Maintainer: Jan van der Laan <r@eoos.dds.nl>
  Repository: CRAN
  Date/Publication: 2022-01-03 20:20:02 UTC