Skip to content

Overly aggressive rewrite of DESCRIPTION #430

@eddelbuettel

Description

@eddelbuettel

I just got

-Imports: Rcpp (>= 0.11.0), utils
-Suggests: fts, xts, zoo, knitr
+Imports:
+    Rcpp (>= 0.11.0),
+    utils
+Suggests:
+    fts,
+    xts,
+    zoo,
+    knitr
 VignetteBuilder: knitr
 LazyLoad: yes
 LinkingTo: Rcpp, BH
 Description: An R Interface to Bloomberg is provided via the Blp API.
 SystemRequirements: A valid Bloomberg installation. API headers and dynamic
- library are downloaded from <https://github.com/Rblp/blp> during the build
- step. See <http://www.bloomberglabs.com/api/> for API documentation.
+    library are downloaded from <https://github.com/Rblp/blp> during the build
+    step. See <http://www.bloomberglabs.com/api/> for API documentation.
 License: file LICENSE
+RoxygenNote: 5.0.0

and only the last line is a legitimate change. The rest is you imposing a style on me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions