|
2693 | 2693 | "Package": "jaspBase",
|
2694 | 2694 | "Version": "0.20.0",
|
2695 | 2695 | "Source": "GitHub",
|
2696 |
| - "Type": "Package", |
2697 |
| - "Title": "JASP Base", |
2698 |
| - "Author": "JASP Team", |
2699 |
| - "Maintainer": "Bruno Boutin < [email protected]>", |
2700 |
| - "Description": "Package contains the JASP Bayesian and Frequentist analyses. See <https://jasp-stats.org> for more details.", |
2701 |
| - "License": "GPL2+", |
2702 |
| - "Imports": [ |
| 2696 | + "Requirements": [ |
2703 | 2697 | "cli",
|
2704 | 2698 | "codetools",
|
2705 |
| - "compiler", |
2706 | 2699 | "ggplot2",
|
2707 |
| - "grDevices", |
2708 |
| - "grid", |
2709 | 2700 | "gridExtra",
|
2710 | 2701 | "gridGraphics",
|
2711 | 2702 | "jaspGraphs",
|
2712 | 2703 | "jsonlite",
|
2713 | 2704 | "lifecycle",
|
2714 |
| - "methods", |
2715 | 2705 | "officer",
|
2716 | 2706 | "pkgbuild",
|
2717 | 2707 | "plyr",
|
2718 | 2708 | "ragg",
|
2719 | 2709 | "R6",
|
2720 |
| - "Rcpp (>= 0.12.14)", |
| 2710 | + "Rcpp", |
2721 | 2711 | "rvg",
|
2722 | 2712 | "svglite",
|
2723 | 2713 | "systemfonts",
|
2724 |
| - "withr" |
2725 |
| - ], |
2726 |
| - "RoxygenNote": "7.3.2", |
2727 |
| - "Roxygen": "list(markdown = TRUE)", |
2728 |
| - "Encoding": "UTF-8", |
2729 |
| - "LinkingTo": [ |
2730 |
| - "Rcpp" |
2731 |
| - ], |
2732 |
| - "RcppModules": "jaspResults", |
2733 |
| - "NeedsCompilation": "yes", |
2734 |
| - "Suggests": [ |
2735 |
| - "testthat (>= 3.0.0)" |
| 2714 | + "withr", |
| 2715 | + "testthat" |
2736 | 2716 | ],
|
2737 |
| - "Config/testthat/edition": "3", |
2738 | 2717 | "RemoteType": "github",
|
| 2718 | + "RemoteHost": "api.github.com", |
2739 | 2719 | "RemoteUsername": "jasp-stats",
|
2740 | 2720 | "RemoteRepo": "jaspBase",
|
2741 |
| - "RemoteRef": "master", |
2742 |
| - "RemoteSha": "9dd637722c25bf0ea035ccaabf58ef9faf36b852", |
2743 |
| - "RemoteHost": "api.github.com", |
2744 |
| - "Remotes": "jasp-stats/jaspGraphs" |
| 2721 | + "RemoteSha": "9dd637722c25bf0ea035ccaabf58ef9faf36b852" |
2745 | 2722 | },
|
2746 | 2723 | "jaspGraphs": {
|
2747 | 2724 | "Package": "jaspGraphs",
|
2748 | 2725 | "Version": "0.20.0",
|
2749 | 2726 | "Source": "GitHub",
|
2750 |
| - "Type": "Package", |
2751 |
| - "Title": "Custom Graphs for JASP", |
2752 |
| - "Author": "Don van den Bergh", |
2753 |
| - "Maintainer": "JASP-team < [email protected]>", |
2754 |
| - "Description": "Graph making functions and wrappers for JASP.", |
2755 |
| - "License": "GPL", |
2756 |
| - "Encoding": "UTF-8", |
2757 |
| - "LazyData": "true", |
2758 |
| - "RoxygenNote": "7.3.2", |
2759 |
| - "Suggests": [ |
2760 |
| - "testthat" |
2761 |
| - ], |
2762 |
| - "Imports": [ |
2763 |
| - "ggplot2 (>= 3.0.0)", |
| 2727 | + "Requirements": [ |
| 2728 | + "testthat", |
| 2729 | + "ggplot2", |
2764 | 2730 | "gridExtra",
|
2765 | 2731 | "gtable",
|
2766 | 2732 | "lifecycle",
|
|
2771 | 2737 | "scales",
|
2772 | 2738 | "viridisLite"
|
2773 | 2739 | ],
|
2774 |
| - "Roxygen": "list(markdown = TRUE)", |
2775 | 2740 | "RemoteType": "github",
|
| 2741 | + "RemoteHost": "api.github.com", |
2776 | 2742 | "RemoteUsername": "jasp-stats",
|
2777 | 2743 | "RemoteRepo": "jaspGraphs",
|
2778 |
| - "RemoteRef": "master", |
2779 |
| - "RemoteSha": "c884a4239590cdb08c1f18cbeaad9107395425aa", |
2780 |
| - "RemoteHost": "api.github.com" |
2781 |
| - }, |
2782 |
| - "jaspTools": { |
2783 |
| - "Package": "jaspTools", |
2784 |
| - "Version": "0.20.0", |
2785 |
| - "Source": "GitHub", |
2786 |
| - "Type": "Package", |
2787 |
| - "Title": "Helps Preview and Debug JASP Analyses", |
2788 |
| - "Authors@R": "c( person(\"Tim\", \"de Jong\", role = \"aut\"), person(\"Don\", \"van den Bergh\", role = c(\"ctb\", \"cre\"), email = \" [email protected]\"))", |
2789 |
| - "Maintainer": "Don van den Bergh < [email protected]>", |
2790 |
| - "Description": "This package assists JASP developers when writing R code. It removes the necessity of building JASP every time a change is made. Rather, analyses can be called directly in R and be debugged interactively.", |
2791 |
| - "License": "GNU General Public License", |
2792 |
| - "Encoding": "UTF-8", |
2793 |
| - "LazyData": "true", |
2794 |
| - "Imports": [ |
2795 |
| - "archive (>= 1.1.6)", |
2796 |
| - "data.table", |
2797 |
| - "httr", |
2798 |
| - "jsonlite", |
2799 |
| - "lifecycle", |
2800 |
| - "pkgload", |
2801 |
| - "remotes", |
2802 |
| - "rjson", |
2803 |
| - "stringi", |
2804 |
| - "stringr", |
2805 |
| - "testthat (>= 3.0.3)", |
2806 |
| - "vdiffr (>= 1.0.7)" |
2807 |
| - ], |
2808 |
| - "RoxygenNote": "7.3.2", |
2809 |
| - "Roxygen": "list(markdown = TRUE)", |
2810 |
| - "Author": "Tim de Jong [aut], Don van den Bergh [ctb, cre]", |
2811 |
| - "RemoteType": "github", |
2812 |
| - "RemoteUsername": "jasp-stats", |
2813 |
| - "RemoteRepo": "jaspTools", |
2814 |
| - "RemoteRef": "master", |
2815 |
| - "RemoteSha": "8a5cf998d43d08f0925ae7bb6083242e0bc6e0ce", |
2816 |
| - "RemoteHost": "api.github.com" |
| 2744 | + "RemoteSha": "c884a4239590cdb08c1f18cbeaad9107395425aa" |
2817 | 2745 | },
|
2818 | 2746 | "jsonlite": {
|
2819 | 2747 | "Package": "jsonlite",
|
|
0 commit comments