Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastSmoothEMD code review suggestions #129

Closed
wants to merge 199 commits into from
Closed

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    ab0a5ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965f7da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb0fe73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0999e70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebcf51f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    c6de628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ba2f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a2a702 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. 2 graph vignette and fn changes in progress

    Moving towards:
    * A netdis function that takes two input graphs and a reference graph.
    * Sub-functions that follow through paper steps, sequentially applied with output of one providing input for next.
    jack89roberts committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    5a0ce2c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. dropping of small ego networks moved to make_named_ego_graph

    Code to filter ego networks with fewer than threshold nodes/edges was duplicated many places. Added that functionality to make_named_ego_graph, where ego networks originally generated.
    
    Also, remove unnecessary duplication of simplifying in read_simple_graphs function, as it's already performed in read_simple_graph (which read_simple_graphs calls).
    jack89roberts committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    ea9a190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54fdabd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. min_ego_nodes and min_ego_edges added to test_orca_interface

    Default behaviour of ego network generating functions is now min_ego_nodes <- 3 and min_ego_edges <- 1. Set these to zero in function calls so orca tests now passing.
    
    Should implement tests to check that filtering of small ego networks is working as expected (i.e. when min_ego_edges and min_ego_nodes > 0)
    jack89roberts committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    016e7a0 View commit details
    Browse the repository at this point in the history
  2. ego filtering args added to test_measures_net_dist

    ego network generating functions now take min_ego_edges and min_ego_nodes arguments to filter out small ego networks, which default to 1 and 3 respectively. Set to zero for tests.
    
    Filtering is probably happening explicitly elsewhere in the tests - could be removed with min_ego_edges and min_ego_nodes given non-zero values as appropriate.
    jack89roberts committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6db8c46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00589e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    707ca64 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    9bdfe76 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. working 2 graph vignette for netdis

    Vignette to calculate netdis for 2 query graphs and a reference network:
    * Follows steps of paper.
    * Output of previous step used as input to next step (as much as possible).
    * Calculates netdis for all graphlet sizes up to max_graphlet_size
    * No explicit calls to purrr - all hidden in functions for each step.
    * Needs a lot of tidying of function names, docs, removal of potentially obsolete functions etc.
    
    Questions:
    
    * What should be in top level netdis function - current netdis function takes centred graphlet counts (i.e. output of all but last step). Should that be parent function taking two query graphs, ref graph, and parameters?
    
    * How to implement comparison of many graphs? This may differ depending on choice above - e.g. when comparing many graphs ideally don't want to be re-calculating ego nets and graphlet counts each time.
    jack89roberts committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    aa43c75 View commit details
    Browse the repository at this point in the history
  2. minor name tweaks

    jack89roberts committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    c112599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac915cd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    85b9fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ccb41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70277bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f08ab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    c8fe478 View commit details
    Browse the repository at this point in the history
  2. started constant counts vignette

    but bugs -
    netdis_expected_graphlet_counts applies scaling so shouldn't be used for GP approx or constant count subtraction as written
    jack89roberts committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    479f424 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    e310b71 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    3bafe7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8def02f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    c01b003 View commit details
    Browse the repository at this point in the history
  2. fix vignette names

    jack89roberts committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f5c03b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036f1e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d70042 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7298201 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    03d6262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12871d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    f6e566d View commit details
    Browse the repository at this point in the history
  2. few more tests

    jack89roberts committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    f6fb92e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    74e6849 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    65c2ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d3ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d2c2e1 View commit details
    Browse the repository at this point in the history
  4. netdis_one_to_one test

    jack89roberts committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    6dffaef View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    8034b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb36db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a685c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c535b14 View commit details
    Browse the repository at this point in the history
  5. many to many test

    jack89roberts committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a4adf53 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. tidy comments

    jack89roberts committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    613f559 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    4a57a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19a6bd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323612a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    3c3cd16 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. stopped passing around ego networks

    + started to implement possibility to pass in graphlet counts and a constant expected counts value
    jack89roberts committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    8d75dd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    ecc6b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8969c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. rebuild

    jack89roberts committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    49f5b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62c25c View commit details
    Browse the repository at this point in the history
  3. fix tuple count tests

    jack89roberts committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    c05cff4 View commit details
    Browse the repository at this point in the history
  4. fix density test

    jack89roberts committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    bf40c3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48defe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aac03f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a97875 View commit details
    Browse the repository at this point in the history
  8. remove print statements

    jack89roberts committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    09eb6e7 View commit details
    Browse the repository at this point in the history
  9. fix some lint errors

    jack89roberts committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    18f33f5 View commit details
    Browse the repository at this point in the history
  10. update some docstrings

    jack89roberts committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    9a1dd4b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    678e93f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    ab03a00 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. update some docstrings

    jack89roberts committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    77cfb01 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    4741511 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    bf681ee View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Fix for NA exp counts in geometric poisson

    And added test for geometric poisson
    jack89roberts committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    05d3043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8df48 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    41944e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    b3941a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Formatting and whitespace

    ots22 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    1f5d9d7 View commit details
    Browse the repository at this point in the history
  2. Formatting

    ots22 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    91c9561 View commit details
    Browse the repository at this point in the history
  3. Local for-loop index

    ots22 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    9151e52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35563e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ca7c89 View commit details
    Browse the repository at this point in the history
  6. Remove unused function

    ots22 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c36c3f6 View commit details
    Browse the repository at this point in the history
  7. Rename loop counters

    ots22 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4af238d View commit details
    Browse the repository at this point in the history
  8. added tests

    andeElliott committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3feb0ae View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    a398920 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. added fast smooth header

    andeElliott committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c302c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b57f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c02200e View commit details
    Browse the repository at this point in the history
  4. updated tests

    andeElliott committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    89bba30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #122 from alan-turing-institute/118-netdis-interfa…

    …ce-refactor
    
    Refactoring of Netdis code and linting of whole package (including NetEMD).
    
    - Luis has reviewed the code and approved it being merged.
    - Andrew is also ok for NetEMD linting changes to be merged.
    jack89roberts authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    14e1c82 View commit details
    Browse the repository at this point in the history
  6. remove browser

    andeElliott committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    5436310 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce8cbb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    5c4dd42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b9338 View commit details
    Browse the repository at this point in the history
  3. Use NumericVectors in tests

    ots22 committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    72de9ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e12200 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    857c91c View commit details
    Browse the repository at this point in the history
  2. Small formatting changes

    ots22 committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    17ef75e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67c2ce View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. TRIAL

    leospinaf committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    4014aa0 View commit details
    Browse the repository at this point in the history
  2. Create a vignette menu.

    leospinaf committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    ebcad51 View commit details
    Browse the repository at this point in the history
  3. Menu Vignettte.

    leospinaf committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    00739e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Creation of a small menu of vignettes for the package.

    Creation of a the simple case usage of the different network comparison methods with their default settings.
    leospinaf committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d031fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Change to names of dhist1 to dhist_1. Modification and renaming of ne…

    …t_emd function to net_emd_one_to_one. It now accepts graph objects too.
    leospinaf committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    aefadd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddcd9a View commit details
    Browse the repository at this point in the history
  3. Additional automatic changes to files after check and clean+rebuild (…

    …this changes should not be relevant as they are mostly formatting of the code)
    leospinaf committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    2e20243 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Rename and modifications to net_emd to net_emd_one_to_one - test are …

    …consequently modified in order to let the package pass the checks.
    leospinaf committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    6747d5e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Changes to net_emd_one_to_one so that it takes graphs, matrices and d…

    …hist objects. Added some examples on the function documentation and in the vignette default_pairwse_usage
    leospinaf committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    e4908a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5183988 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Rename of net_emd to netemd

    leospinaf committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    34e2bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8bbff View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Modifications to introductory vignette, function name changes and add…

    …ition of parameters, corresponding modifications to tests, added documentation of functions along with examples.
    
    Vignette default_pairwise_usage is now as a first completed draft.
    leospinaf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    181ad70 View commit details
    Browse the repository at this point in the history
  2. test

    leospinaf authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a59cc6f View commit details
    Browse the repository at this point in the history
  3. Latest package source built that is in use for pairwise comparisons c…

    …alling networks or precomputed counts.
    leospinaf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    dd82b16 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Important changes to functions for netdis_gp, mostly for the handling…

    … of zero variance and divisions by zero.
    leospinaf committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d33ccbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25476ef View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    420f86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab8407 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    370c28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c6507 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge commit '11c6507ef676ab3cf3cb4bd69f775bbf81e91ff8' into Vignette…

    …sAndDoc
    
    * commit '11c6507ef676ab3cf3cb4bd69f775bbf81e91ff8':
      bug fix missing graphlet_counts_ref
      add graphlet_counts_ref argument to netdis_one_to_many
      check for null graphlet_counts_ref as well as ref_graph
      make geometric poisson default if ref_graph null
    leospinaf committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6ab9aba View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Correct default functionallit of netdis call for GP variant. Renaming…

    … of netemd_many_to_many that is currently causing some sort of issue, and changes to vignette of many to many comparisons.
    leospinaf committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    722f83e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d34b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df9a467 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f0f7ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b34b2cd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    bbea2b8 View commit details
    Browse the repository at this point in the history
  2. Error on Netdis GP for graphs with a number of connected nodes smalle…

    …r than 5 (default binning requirement of the number of egos per bin).
    
    Error obtained before:
    
    Error: node stack overflow
    Error during wrapup: node stack overflow
    
    This was caused by binning_fn in the call:
    
    binned_densities <- binning_fn(densities)
    
    The function binned_densities_adaptive has been modified to account for this possibility.
    leospinaf committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    3544a47 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    96b49b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dedcab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a94c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    aa22d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180d9e2 View commit details
    Browse the repository at this point in the history
  3. Small update to function definition. There is a need to do a larger u…

    …pdate for all functions in the vignettes.
    leospinaf committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    547a213 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    891fc55 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Vignette 2 Update.

    leospinaf committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    d9bfbab View commit details
    Browse the repository at this point in the history
  2. Vignette 2 Update

    leospinaf committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    daa4a26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4434c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    b00b259 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. New data to be used in one of the vignettes. The dataset are world tr…

    …ade networks from the NetEmd paper.
    leospinaf committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    c3ef790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1371a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08dabda View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    75cc2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d2d51 View commit details
    Browse the repository at this point in the history
  3. Update to menu vignette

    leospinaf committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ce672bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd820a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    f1bff90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a592f12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7194a0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a9bd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    978db43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6831c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb69186 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    2f8b145 View commit details
    Browse the repository at this point in the history
  2. Small changes to text

    leospinaf committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    23d3de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    896f4ad View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Some grammar checks

    leospinaf committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e9a08a6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    1fd6fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66f9f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcff9a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e569025 View commit details
    Browse the repository at this point in the history
  5. updated Rcpp Exports

    andeElliott committed May 18, 2022
    Configuration menu
    Copy the full SHA
    0a04e3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    474d895 View commit details
    Browse the repository at this point in the history
  7. Update DESCRIPTION

    leospinaf authored May 18, 2022
    Configuration menu
    Copy the full SHA
    5d556a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    193f6c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    19d7a82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from alan-turing-institute/fix/132-purr-contains

    replace purrr::contains with purrr::has_element
    jack89roberts authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    06e2f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7529469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6f384f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf59b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d34b9f View commit details
    Browse the repository at this point in the history
  7. try gh actions

    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e141bc3 View commit details
    Browse the repository at this point in the history
  8. add rcmdcheck

    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    587b4c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c368c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c26bbf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba1410c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d22565c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bbd739 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b6d48e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b2d31c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8720179 View commit details
    Browse the repository at this point in the history
  17. rebuild docs

    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a0d7aa8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c1c219d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    619c546 View commit details
    Browse the repository at this point in the history
  20. rename build action

    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    36cfa85 View commit details
    Browse the repository at this point in the history
  21. minor version bump

    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d576f89 View commit details
    Browse the repository at this point in the history
  22. undo Makevars changes

    pending decision re #138
    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1f4d833 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #142 from alan-turing-institute/test-travis

    Fix CI (/migrate to GitHub actions)
    jack89roberts authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    17789bf View commit details
    Browse the repository at this point in the history
  24. pkgdown actions setup

    jack89roberts committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b364d16 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2237b7d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    189b8f5 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #145 from alan-turing-institute/pkgdown

    pkgdown (docs website)
    jack89roberts authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b34bb8d View commit details
    Browse the repository at this point in the history
  28. update badge link

    jack89roberts authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    73cdfec View commit details
    Browse the repository at this point in the history
  29. update badge link

    jack89roberts authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ee67bd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    7c8055c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11f068 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    13eba31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ab662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a543607 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0eb0a5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fastSmoothEMD-review' of github.com:alan-turing-institu…

    …te/network-comparison into fastSmoothEMD-review
    andeElliott committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    2abf918 View commit details
    Browse the repository at this point in the history